home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000267_news@columbia.edu _Tue May 2 14:07:04 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id OAA05253
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 2 May 2000 14:07:02 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA01420
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 2 May 2000 14:07:01 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA22680
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 2 May 2000 13:58:53 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: shier@shorcan.com (Gord Shier)
  13. Subject: Re: Making cursor invisible
  14. Message-ID: <390f169e.837413411@news.bellglobal.com>
  15. Date: Tue, 02 May 2000 17:58:41 GMT
  16. Organization: Bell Solutions
  17. To: kermit.misc@columbia.edu
  18.  
  19. On Tue, 02 May 2000 08:21:05 +0100, Paul Williams <flo@rdel.co.uk>
  20. wrote:
  21.  
  22. >Gord Shier wrote:
  23. >> 
  24. >> I am using VT220 emulation, and I would like to make the
  25. >> cursor invisible using the terminfo 'civis' string, which is
  26. >> '\E[?25h', according to my vt220 listing.  Sadly, this doesn't work.
  27. >> Is there an escape sequence that I can send to hide the cursor?
  28. >
  29. >You've been making the cursor visible. '\E[?25l' (that's a lowercase ell
  30. >on the end) will make the cursor invisible.
  31.  
  32. Thanks, Paul.
  33.  
  34. Unfortunately, that was merely a typing mistake in my message, not in
  35. what I was doing.  I have been using the 'l'.  I've tried it from
  36. little scripts, as well as doing 'tput civis' and 'tput cnorm' which
  37. extract the appropriate sequences from my terminfo db.  Nothing works
  38. so far.
  39.  
  40. Gord.
  41.